]> git.sesse.net Git - vlc/commitdiff
Skins2: Fix a warning; add a forgotten #undef.
authorJP Dinger <jpd@videolan.org>
Fri, 2 Oct 2009 13:09:37 +0000 (15:09 +0200)
committerJP Dinger <jpd@videolan.org>
Sat, 5 Dec 2009 21:25:41 +0000 (22:25 +0100)
modules/gui/skins2/commands/cmd_dialogs.hpp

index aa38e3125d3e48b2dd23ebf92c1d7f0c441ed10b..1c490c92339915d79ebd13e54cca1ede13555c7d 100644 (file)
@@ -72,6 +72,8 @@ DEFC( HideMiscPopupMenu,  showPopupMenu(false,INTF_DIALOG_MISCPOPUPMENU) )
 
 #undef DEFC
 
+#undef  DEF
+
 class CmdInteraction: public CmdGeneric
 {
 public: