Commit 2b89ba39 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 7109a4de
......@@ -2502,10 +2502,10 @@ namespace SimpleTypes
};
template<EPaneState eDefValue = panestateFrozen>
class СPaneState : public CSimpleType<EPaneState, eDefValue>
class CPaneState : public CSimpleType<EPaneState, eDefValue>
{
public:
СPaneState() {}
CPaneState() {}
virtual EPaneState FromString(CString &sValue)
{
......@@ -2529,7 +2529,7 @@ namespace SimpleTypes
}
SimpleType_FromString (EPaneState)
SimpleType_Operator_Equal (СPaneState)
SimpleType_Operator_Equal (CPaneState)
};
};// Spreadsheet
} // SimpleTypes
......@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.397
VERSION = 2.0.2.398
DEFINES += INTVER=$$VERSION
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