X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fdemo.cc;h=1a436b5e2197354053d7385b8751d475013f4593;hp=63bac25d90855cf7402891b943ddc583b203bf10;hb=1559c1ba9c1d51764c46cb99be22a14deea5ce60;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/c++/demo.cc b/c++/demo.cc index 63bac25d..1a436b5e 100644 --- a/c++/demo.cc +++ b/c++/demo.cc @@ -1,6 +1,6 @@ // * This makes emacs happy -*-Mode: C++;-*- /**************************************************************************** - * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -35,7 +35,7 @@ * Demo code for NCursesMenu and NCursesForm written by * Juergen Pfeifer * - * $Id: demo.cc,v 1.34 2006/04/22 22:38:57 tom Exp $ + * $Id: demo.cc,v 1.35 2007/01/27 20:28:51 tom Exp $ */ #include "internal.h" @@ -557,4 +557,4 @@ int TestApplication::run() // // ------------------------------------------------------------------------- // -static TestApplication Demo; +static TestApplication *Demo = new TestApplication();