diff options
| author | 2025-10-07 00:10:02 +0200 | |
|---|---|---|
| committer | 2025-11-10 02:39:57 +0000 | |
| commit | 19670fc751782d063fafd43c9be03ecc92572c6b (patch) | |
| tree | 0c7a3a803324e7cc9f70a6f2f5ed41907b4468e8 /src/libparser/node/executionnode.h | |
| parent | 46cb61e9f90a480b0277816ae8d42e5b0c91fe0c (diff) | |
| download | OneRoll-19670fc751782d063fafd43c9be03ecc92572c6b.tar.gz OneRoll-19670fc751782d063fafd43c9be03ecc92572c6b.zip | |
Fix error and cpp style.
Diffstat (limited to 'src/libparser/node/executionnode.h')
| -rw-r--r-- | src/libparser/node/executionnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libparser/node/executionnode.h b/src/libparser/node/executionnode.h index 6dba052..cacd307 100644 --- a/src/libparser/node/executionnode.h +++ b/src/libparser/node/executionnode.h @@ -84,7 +84,7 @@ public: virtual qint64 getScalarResult(); - bool isValid(bool condition, Dice::ERROR_CODE code , const QString& errorTxt, bool error = true); + bool isValid(bool condition, Dice::ERROR_CODE code, const QString& errorTxt, bool error= true); protected: /** |