1
0
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:
olafvdspek@gmail.com 2012-02-29 16:25:46 +00:00
parent 99a5f9dfc1
commit 74d2631351
2 changed files with 1 additions and 1 deletions

View File

@ -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)))