usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/config.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/config.cpp
Date: Sat, 01 Jan 2005 22:11:43 -0500

Index: usata2/src/config.cpp
diff -u usata2/src/config.cpp:1.18 usata2/src/config.cpp:1.19
--- usata2/src/config.cpp:1.18  Sun Dec 26 23:31:00 2004
+++ usata2/src/config.cpp       Sun Jan  2 02:48:32 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: config.cpp,v 1.18 2004/12/26 23:31:00 Descender Exp $
+// $Id: config.cpp,v 1.19 2005/01/02 02:48:32 skunix Exp $
 
 #include <map>
 #include <memory>
@@ -169,8 +169,8 @@
        {
        }
        ConfigValue::ConfigValue(const std::string& pVal, bool pSave)
-       :   value(pVal),
-               save(pSave)
+       :   save(pSave),
+               value(pVal)
        {
        }
        ConfigValue::~ConfigValue()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]