From 77af40ce6cfff3a847f8bb06fe462c3f427bc582 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 23 Apr 2020 01:15:25 +0200 Subject: Fix compilation --- validatorlist.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'validatorlist.cpp') diff --git a/validatorlist.cpp b/validatorlist.cpp index 4aab320..50a989d 100644 --- a/validatorlist.cpp +++ b/validatorlist.cpp @@ -21,8 +21,8 @@ ***************************************************************************/ #include "validatorlist.h" -#include "diceresult.h" -#include "result.h" +#include "result/diceresult.h" +#include "result/result.h" #include "validator.h" #include @@ -182,7 +182,8 @@ QString ValidatorList::toString() return QString("[%1%2]").arg(str).arg(m_value);*/ return str; } -namespace { +namespace +{ Dice::CONDITION_STATE testAND(Dice::CONDITION_STATE before, Dice::CONDITION_STATE current) { if(before == Dice::CONDITION_STATE::UNREACHABLE || current == Dice::CONDITION_STATE::UNREACHABLE) -- cgit v1.2.3-70-g09d2