SourceCode/Bond/BondEq/ToolUnits.h
@@ -20,5 +20,8 @@ static std::string getCurrentExePath(); static bool isFile(const std::string& path); static bool isDirectory(const std::string& path); static double toInt32(const char* pBuffer); static double toInt16(const char* pBuffer); static void setDlgItemDouble(CWnd* pWnd, int nCtrlId, double value); };