Return blank string instead of undefined
This commit is contained in:
parent
197a70c2e6
commit
8e7c30700e
@ -19,7 +19,7 @@
|
||||
|
||||
void EngineProcess() {}
|
||||
void ClipboardPush(std::string) {}
|
||||
std::string ClipboardPull() {}
|
||||
std::string ClipboardPull() { return ""; }
|
||||
int GetModifiers() { return 0; }
|
||||
|
||||
void readFile(std::string filename, std::vector<char> & storage)
|
||||
|
Reference in New Issue
Block a user