Commit 2b89ba39 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 7109a4de
...@@ -2501,11 +2501,11 @@ namespace SimpleTypes ...@@ -2501,11 +2501,11 @@ namespace SimpleTypes
panestateSplit = 2 panestateSplit = 2
}; };
template<EPaneState eDefValue = panestateFrozen> template<EPaneState eDefValue = panestateFrozen>
class СPaneState : public CSimpleType<EPaneState, eDefValue> class CPaneState : public CSimpleType<EPaneState, eDefValue>
{ {
public: public:
СPaneState() {} CPaneState() {}
virtual EPaneState FromString(CString &sValue) virtual EPaneState FromString(CString &sValue)
{ {
...@@ -2528,8 +2528,8 @@ namespace SimpleTypes ...@@ -2528,8 +2528,8 @@ namespace SimpleTypes
} }
} }
SimpleType_FromString (EPaneState) SimpleType_FromString (EPaneState)
SimpleType_Operator_Equal (СPaneState) SimpleType_Operator_Equal (CPaneState)
}; };
};// Spreadsheet };// Spreadsheet
} // SimpleTypes } // SimpleTypes
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.0.2.397 VERSION = 2.0.2.398
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
TEMPLATE = app TEMPLATE = app
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment