Fixed linefeeds. *sigh*
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
enum ConfigState { NONEXISTING, OLD };
|
||||
enum ConfigType { CONFIG_TYPE_INT, CONFIG_TYPE_STRING };
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
mutable boost::mutex m_configMutex;
|
||||
mutable boost::mutex m_configMutex;
|
||||
|
||||
struct ConfigInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user