mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Rename google-ctemplate.sln to ctemplate.sln
This commit is contained in:
parent
99a5f9dfc1
commit
74d2631351
|
@ -102,7 +102,7 @@ class @ac_windows_dllexport@ TemplateDictionary : public TemplateDictionaryInter
|
|||
// either a char* or a C++ string, or a TemplateString(s, slen).
|
||||
|
||||
void SetValue(const TemplateString variable, const TemplateString value);
|
||||
void SetIntValue(const TemplateString variable, long value);
|
||||
void SetIntValue(const TemplateString variable, long value);
|
||||
void SetFormattedValue(const TemplateString variable, const char* format, ...)
|
||||
#if @ac_google_attribute@
|
||||
__attribute__((__format__ (__printf__, 3, 4)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user