[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Mon Sep 22 17:29:17 UTC 2003


CVS commit by jriddell: 

Comment out (unused) enum which used the same names as another enum.
Remove the KDE_OPTIONS = nofinal from Makefile.am


  M +0 -2      Makefile.am   1.36
  M +5 -5      umlnamespace.h   1.23


--- kdesdk/umbrello/umbrello/umlnamespace.h  #1.22:1.23
@@ -11,9 +11,9 @@
 #define UMLNAMESPACE_H
 
-
-namespace Umbrello
-{
-enum Visibility {Public = 200, Private, Protected };
-}
+//uncomment for use with Luis' diagram code
+//namespace Umbrello
+//{
+//enum Visibility {Public = 200, Private, Protected };
+//}
 
 

--- kdesdk/umbrello/umbrello/Makefile.am  #1.35:1.36
@@ -67,4 +67,2 @@
 main.o: version.h
 
-# TODO: fix the problem
-KDE_OPTIONS = nofinal






More information about the umbrello-devel mailing list