Martchus / cpp-utilities

Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
GNU General Public License v2.0
52 stars 18 forks source link

Fix namespace for file names #21

Closed hrittich closed 2 years ago

hrittich commented 2 years ago

It seems I have missed one place where I needed to include the NAMESPACE_PREFIX variable. I have searched for all places where META_CONFIG_SUFFIX is used, but somehow this one slipped through.