Browse Source

config.hpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
d86224571b
  1. 1
      src/config.hpp

1
src/config.hpp

@ -59,7 +59,6 @@ typedef ToFromWrapper<bool> ConfigBOOL;
typedef ToFromWrapper<uint64_t> ConfigUINT64; typedef ToFromWrapper<uint64_t> ConfigUINT64;
typedef ToFromWrapper<int64_t> ConfigS64; typedef ToFromWrapper<int64_t> ConfigS64;
typedef ToFromWrapper<int> ConfigINT; typedef ToFromWrapper<int> ConfigINT;
typedef ToFromWrapper<unsigned int> ConfigUINT;
typedef ToFromWrapper<std::string> ConfigSTR; typedef ToFromWrapper<std::string> ConfigSTR;
typedef ToFromWrapper<fs::path> ConfigPath; typedef ToFromWrapper<fs::path> ConfigPath;
typedef std::map<std::string,ToFromString*> Str2TFStrMap; typedef std::map<std::string,ToFromString*> Str2TFStrMap;

Loading…
Cancel
Save