From 74d2631351d54294f734430967605340e0db45db Mon Sep 17 00:00:00 2001 From: "olafvdspek@gmail.com" Date: Wed, 29 Feb 2012 16:25:46 +0000 Subject: [PATCH] Rename google-ctemplate.sln to ctemplate.sln --- google-ctemplate.sln => ctemplate.sln | 0 src/ctemplate/template_dictionary.h.in | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename google-ctemplate.sln => ctemplate.sln (100%) diff --git a/google-ctemplate.sln b/ctemplate.sln similarity index 100% rename from google-ctemplate.sln rename to ctemplate.sln diff --git a/src/ctemplate/template_dictionary.h.in b/src/ctemplate/template_dictionary.h.in index 7674b6f..d81b403 100644 --- a/src/ctemplate/template_dictionary.h.in +++ b/src/ctemplate/template_dictionary.h.in @@ -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)))