Fix assert
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
std::vector<Monitor> enumerateMonitors()
|
||||
{
|
||||
assert("Not implemented");
|
||||
assert(!"Not implemented");
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
Monitor::Monitor()
|
||||
{
|
||||
assert("Not implemented");
|
||||
assert(!"Not implemented");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user