r154@gandalf: fugalh | 2006-06-30 11:16:27 -0600
authorHans Fugal <hans@fugal.net>
Fri, 30 Jun 2006 17:23:12 +0000 (17:23 +0000)
committerHans Fugal <hans@fugal.net>
Fri, 30 Jun 2006 17:23:12 +0000 (17:23 +0000)
 fixed guard defines

git-svn-id: svn://localhost/ardour2/branches/undo@660 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd3/pbd/command.h

index b154c6b148338d1951ef797ce10f4d2a11531122..89b358a7702b840716d12f496811eb9281d3c112 100644 (file)
@@ -18,8 +18,8 @@
     $Id: /local/undo/libs/pbd3/pbd/undo.h 80 2006-06-22T22:37:01.079855Z fugalh  $
 */
 
-#ifndef __lib_pbd_undo_h__
-#define __lib_pbd_undo_h__
+#ifndef __lib_pbd_command_h__
+#define __lib_pbd_command_h__
 
 #include <pbd/serializable.h>
 
@@ -34,4 +34,4 @@ class Command : public Serializable
        Command();
 };
 
-#endif
+#endif // __lib_pbd_command_h_