From 912207fe0fa25d21837ced09dcd689c68e449ef7 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 5 Sep 2012 21:10:05 +0000 Subject: Added extra formatting argument indexing method to Bu::String::FormatProxy. You can now use %{3} so that arguments can be followed by a digit. --- src/stable/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stable/string.h') diff --git a/src/stable/string.h b/src/stable/string.h index c92a704..197821d 100644 --- a/src/stable/string.h +++ b/src/stable/string.h @@ -950,6 +950,7 @@ namespace Bu class FormatProxyEndAction { public: + virtual ~FormatProxyEndAction() { }; virtual void operator()( const Bu::String &sFinal )=0; }; -- cgit v1.2.3