]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/meta/if.h
Remove RPM .spec files from the repository.
[wxWidgets.git] / include / wx / meta / if.h
index 82e6d3b13587f63e10efa5e4333fa926abf1167e..f6f3672fc7ecae4fa395b6955931598952c45d9d 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     declares wxIf<> metaprogramming construct
 // Author:      Vaclav Slavik
 // Created:     2008-01-22
-// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -57,7 +56,7 @@ struct wxIfImpl<false>
 
 } // namespace wxPrivate
 
-// wxIf<> template defines nested type "value" which is the same as 
+// wxIf<> template defines nested type "value" which is the same as
 // TTrue if the condition Cond (boolean compile-time constant) was met and
 // TFalse if it wasn't.
 //