aboutsummaryrefslogtreecommitdiff
path: root/common/noncopyable.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-03 23:02:05 +0000
committerJohannes Schickel2008-05-03 23:02:05 +0000
commitdb04dd427d51aca647d68eb5a688273ee16f2fea (patch)
treea4a3453e2d7ce3fa5c522b7d72747878bcf813b1 /common/noncopyable.h
parent06dea145404f4a636205d5e01b104cec7d156869 (diff)
downloadscummvm-rg350-db04dd427d51aca647d68eb5a688273ee16f2fea.tar.gz
scummvm-rg350-db04dd427d51aca647d68eb5a688273ee16f2fea.tar.bz2
scummvm-rg350-db04dd427d51aca647d68eb5a688273ee16f2fea.zip
Formatting.
svn-id: r31852
Diffstat (limited to 'common/noncopyable.h')
-rw-r--r--common/noncopyable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/noncopyable.h b/common/noncopyable.h
index e0af397546..f639d9abf7 100644
--- a/common/noncopyable.h
+++ b/common/noncopyable.h
@@ -38,7 +38,7 @@ public:
private:
// Prevent copying instances by accident
NonCopyable(const NonCopyable&);
- NonCopyable& operator= (const NonCopyable&);
+ NonCopyable& operator=(const NonCopyable&);
};
} // End of namespace Common