]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/StringList.h
Sync with HEAD
[openldap] / contrib / ldapc++ / src / StringList.h
index caa8ddd147402ec842efcc4a4e946eccc7602c48..30f712bd830eeca70c36ce3242634f66ef9ecae2 100644 (file)
@@ -8,12 +8,12 @@
 
 #include <string>
 #include <list>
-typedef std::list<std::string> ListType;
-
 /**
  * Container class to store multiple string-objects
  */
 class StringList{
+    typedef std::list<std::string> ListType;
+
     private:
         ListType m_data;