Chybejici predloha

This commit is contained in:
Pavel Brychta 2024-07-11 13:31:39 +02:00
parent 736350ae17
commit 1bf6581faa

View File

@ -151,6 +151,7 @@ template String svGetVFile(const String & name, const String & fname, const Stri
template unsigned svGetVFile(const String & name, const String & fname, const unsigned deflt);
template int svSetV(const String & name, int value);
template int svSetV(const String & name, long value);
template int svSetV(const String & name, unsigned value);
template int svSetV(const String & name, String value);