From: Hans Fugal Date: Fri, 30 Jun 2006 17:23:12 +0000 (+0000) Subject: r154@gandalf: fugalh | 2006-06-30 11:16:27 -0600 X-Git-Tag: 2.0beta4~65^2~28 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=21af0d4ae2cf97bab7f462a0a1bf09ba8883c6e5;p=ardour.git 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 --- 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 @@ -34,4 +34,4 @@ class Command : public Serializable Command(); }; -#endif +#endif // __lib_pbd_command_h_