Removed .cvsignores

Added svnignores
const-fix in common.cpp
This commit is contained in:
pschaefer 2012-09-22 12:08:08 +00:00
parent 61f2d44c59
commit 942ce08b42
8 changed files with 2 additions and 20 deletions

View File

@ -1,4 +0,0 @@
config.status
.settings
Makefile
autom4te.cache

View File

@ -1,5 +0,0 @@
stamp-h1
config.h
.deps
sfftobmp
Makefile

View File

@ -116,7 +116,7 @@ const std::string CSimpleException::m_aReasons[err_count+1] =
"Unknown error." "Unknown error."
}; };
const string& CSimpleException::what() const string& CSimpleException::what() const
{ {
if (m_nError < err_count) { if (m_nError < err_count) {
return m_aReasons[m_nError]; return m_aReasons[m_nError];

View File

@ -75,7 +75,7 @@ public:
CSimpleException(const int nError) : CSimpleException(const int nError) :
m_nError(nError) { }; m_nError(nError) { };
const std::string& what(); const std::string& what() const;
protected: protected:
static const std::string m_aReasons[err_count+1]; static const std::string m_aReasons[err_count+1];

View File

@ -1 +0,0 @@
*.exe

View File

@ -1,2 +0,0 @@
*.exe
*.lib

View File

@ -1,5 +0,0 @@
*.exp
*.lib
*.dll
*.ilk
*.pdb

View File

@ -1 +0,0 @@
*.lib