summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-06-30 17:23:12 +0000
committerHans Fugal <hans@fugal.net>2006-06-30 17:23:12 +0000
commit21af0d4ae2cf97bab7f462a0a1bf09ba8883c6e5 (patch)
tree9a010a2d1da32277160a6c2a3ee01dea88745664 /libs
parent6337a1894cb146fcfba9454c0cb41b6bdb3fced1 (diff)
r154@gandalf: fugalh | 2006-06-30 11:16:27 -0600
fixed guard defines git-svn-id: svn://localhost/ardour2/branches/undo@660 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd3/pbd/command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pbd3/pbd/command.h b/libs/pbd3/pbd/command.h
index b154c6b148..89b358a770 100644
--- a/libs/pbd3/pbd/command.h
+++ b/libs/pbd3/pbd/command.h
@@ -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_