commit 11d268ba86008c303feb44aca1299bba0ca29a9e
parent 52b4416f5db0f4b617ec0a94a930ee8d0ae15155
Author: Michael Savage <mikejsavage@gmail.com>
Date: Sun, 29 Oct 2017 22:47:04 +0200
Oops
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dynstr.h b/dynstr.h
@@ -60,6 +60,6 @@ private:
DynamicArray< char > buf;
};
-void format( FormatBuffer * fb, const DynamicString & str, const FormatOpts & opts ) {
+inline void format( FormatBuffer * fb, const DynamicString & str, const FormatOpts & opts ) {
format( fb, str.c_str(), opts );
}