Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asmjit/asmjit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/asmjit/base/string.h')
-rw-r--r--src/asmjit/base/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asmjit/base/string.h b/src/asmjit/base/string.h
index 8d1ef16..1436b30 100644
--- a/src/asmjit/base/string.h
+++ b/src/asmjit/base/string.h
@@ -254,7 +254,7 @@ public:
template<size_t N>
class StringBuilderTmp : public StringBuilder {
public:
- ASMJIT_NONCOPYABLE(StringBuilderTmp<N>)
+ ASMJIT_NONCOPYABLE(StringBuilderTmp)
// --------------------------------------------------------------------------
// [Construction / Destruction]