]> git.lyx.org Git - lyx.git/blobdiff - src/combox.h
Andres fixes to sstrem problems
[lyx.git] / src / combox.h
index ba5c2502f3380f1106500685490c74becf30eecc..70974c8f062bc9ebf6f730abc3ed7ef2ccb64c61 100644 (file)
@@ -4,7 +4,7 @@
  *          encapsulated to get a combobox-like object. All XForms 
  *          functions are hidden.         
  * 
- *  GNU Copyleft (C) 1996 Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
+ *  GNU Copyleft 1996 Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
  *                        and the LyX Team.
  * 
  *  Dependencies:  Only XForms, but created to be used with LyX.
@@ -51,7 +51,7 @@ typedef void (*FL_COMBO_PRE_POST) ();
 class Combox {
 public:
        ///
-       Combox(combox_type t = FL_COMBOX_NORMAL);
+       explicit Combox(combox_type t = FL_COMBOX_NORMAL);
        ///
        ~Combox();