Windows build errors and warning fixes

This commit is contained in:
Kearwood Kip Gilbert
2017-07-27 23:37:32 -07:00
parent 7b1ea47f88
commit 0ef0c4276d
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ public:
typedef void log_callback(void *userdata, const std::string &message, log_level level);
static void SetLogCallback(log_callback *log_callback, void *user_data);
static void Log(log_level level, const std::string &message_format, ...);
static void Log(log_level level, const std::string message_format, ...);
void doStreaming();
void receivedMemoryWarning();