Add copy constructor
[platform/core/uifw/ise-engine-sunpinyin.git] / src / portability.h
index 3307aff..04320e4 100644 (file)
@@ -132,6 +132,9 @@ public:
     bool
     operator==(const TLongExpFloat& b) const;
 
+    TLongExpFloat&
+    operator=(const TLongExpFloat& b);
+
     void
     toString(std::string& str) const;