diff --git a/PenetrateBasic/main.cpp b/PenetrateBasic/main.cpp index 8438f97..35c08b5 100644 --- a/PenetrateBasic/main.cpp +++ b/PenetrateBasic/main.cpp @@ -12,7 +12,7 @@ int vp(int c) { return c; } verify::T::Validation vp_check; -auto args0 = vp_check.pos<0>() & new impls::Int32Limit(QString(u8"Hello World"), 0, 3); +auto args0 = vp_check.pos<0>() & new impls::Int32Limit(u8"Hello World", 0, 3); namespace xproc { diff --git a/PenetrateBasic/validate_impl.h b/PenetrateBasic/validate_impl.h index aa7d923..4235eb7 100644 --- a/PenetrateBasic/validate_impl.h +++ b/PenetrateBasic/validate_impl.h @@ -1,6 +1,6 @@ #pragma once -#include "validation.h" +#include "validation_basic.h" namespace impls { template