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 f03030a commit a892033Copy full SHA for a892033
src/ConstantShuffleModeWarning.cpp
@@ -3,7 +3,7 @@
3
using namespace geode::prelude;
4
5
ConstantShuffleModeWarning* ConstantShuffleModeWarning::create(bool isCringe) {
6
- auto *ret = new ConstantShuffleModeWarning();
+ ConstantShuffleModeWarning* ret = new ConstantShuffleModeWarning();
7
if (ret && ret->init(isCringe)) {
8
ret->autorelease();
9
return ret;
0 commit comments