Multiple definitions

This commit is contained in:
Alex Hultman
2018-11-04 08:59:34 +01:00
parent 62ac8d16de
commit 0d09d1db02
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public:
};
/* Can be called from any thread to run the thread local loop */
void run() {
inline void run() {
Loop::defaultLoop()->run();
}