[vlc-devel] commit: Skins2: Fix a warning; add a forgotten #undef. (JP Dinger )
git version control
git at videolan.org
Sat Dec 5 22:35:06 CET 2009
vlc | branch: master | JP Dinger <jpd at videolan.org> | Fri Oct 2 15:09:37 2009 +0200| [68ce85501042c102ff5c90c262b79c8fea9759a2] | committer: JP Dinger
Skins2: Fix a warning; add a forgotten #undef.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68ce85501042c102ff5c90c262b79c8fea9759a2
---
modules/gui/skins2/commands/cmd_dialogs.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/skins2/commands/cmd_dialogs.hpp b/modules/gui/skins2/commands/cmd_dialogs.hpp
index aa38e31..1c490c9 100644
--- a/modules/gui/skins2/commands/cmd_dialogs.hpp
+++ b/modules/gui/skins2/commands/cmd_dialogs.hpp
@@ -72,6 +72,8 @@ DEFC( HideMiscPopupMenu, showPopupMenu(false,INTF_DIALOG_MISCPOPUPMENU) )
#undef DEFC
+#undef DEF
+
class CmdInteraction: public CmdGeneric
{
public:
More information about the vlc-devel
mailing list