summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2005-12-01 15:57:38 +0000
committerpixel <pixel>2005-12-01 15:57:38 +0000
commit6634b5d65d21b826830d7601178453a0a3084e8d (patch)
tree357645058892a1ad8af56fbd890d9da59794ab19 /include
parentb79cbd8243c8cdfe8f54f087ae8dc4ad0e2647cb (diff)
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/Main.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Main.h b/include/Main.h
index ed787b5..596300d 100644
--- a/include/Main.h
+++ b/include/Main.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Main.h,v 1.17 2005-11-13 13:43:21 pixel Exp $ */
+/* $Id: Main.h,v 1.18 2005-12-01 15:57:38 pixel Exp $ */
#ifndef __MAIN_H__
#define __MAIN_H__
@@ -47,6 +47,7 @@ class Main : public Base {
class Appli; \
Appli * Application; \
class Appli : public Main {
+
#define CODE_ENDS }; \
int main(int argc, char ** argv, char ** enve) { \
int r; \
@@ -55,6 +56,6 @@ int main(int argc, char ** argv, char ** enve) { \
r = Main::truemain(Application, argc, argv, enve); \
delete Application; \
return r; \
- }
+}
#endif