13
0

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
This commit is contained in:
Hans Fugal 2006-06-30 17:23:12 +00:00
parent 6337a1894c
commit 21af0d4ae2

View 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_