diff options
Diffstat (limited to 'library/cpp/resource/resource.h')
-rw-r--r-- | library/cpp/resource/resource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/resource/resource.h b/library/cpp/resource/resource.h index 42dd0f1891..7da20bdba7 100644 --- a/library/cpp/resource/resource.h +++ b/library/cpp/resource/resource.h @@ -12,10 +12,10 @@ namespace NResource { typedef TVector<TResource> TResources; - TString Find(const TStringBuf key); - bool FindExact(const TStringBuf key, TString* out); + TString Find(const TStringBuf key); + bool FindExact(const TStringBuf key, TString* out); //perform full scan for now - void FindMatch(const TStringBuf subkey, TResources* out); + void FindMatch(const TStringBuf subkey, TResources* out); size_t Count() noexcept; TStringBuf KeyByIndex(size_t idx); TVector<TStringBuf> ListAllKeys(); |