We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2188e6 commit c87f208Copy full SHA for c87f208
src/projectM-qt/nullable.hpp
@@ -31,6 +31,8 @@ class Nullable {
31
Nullable & operator=(const Value & value) {
32
m_value = value;
33
m_hasValue = true;
34
+ static Nullable tmp = 0;
35
+ return tmp;
36
}
37
38
void nullify() {
0 commit comments