BigInteger class implementation
[platform/framework/native/appfw.git] / src / base / FBaseInt8.cpp
index 31e178e..e988535 100644 (file)
@@ -128,6 +128,12 @@ Int8::ToChar(void) const
        return static_cast< char >(value);
 }
 
+int8_t
+Int8::ToInt8(void) const
+{
+       return 0;
+}
+
 short
 Int8::ToShort(void) const
 {