diff options
Diffstat (limited to 'src/rules/constructor.cpp')
-rw-r--r-- | src/rules/constructor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/constructor.cpp b/src/rules/constructor.cpp index e1795cb..c8bc8ef 100644 --- a/src/rules/constructor.cpp +++ b/src/rules/constructor.cpp @@ -20,7 +20,7 @@ #include "template.hpp" -registerRuleExt(constructor, "006", "(.+)[.](cpp|h)") +registerRuleExt(constructor, "006", R"( \.(cpp|h)$ )") bool foundConstructor(false); int align = 0; |