summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/AutoCaller.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-08-08 11:12:33 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-08-08 11:12:33 +0000
commitcbfa92e474c1885c272d3dbcf8f378a83b6b321c (patch)
tree549f114d518db1f6b9ea9bb98318e1400d2966dd /src/VBox/Main/include/AutoCaller.h
parent92d5f92156804eacbb2a779ce0098f16fe680078 (diff)
downloadVirtualBox-svn-cbfa92e474c1885c272d3dbcf8f378a83b6b321c.tar.gz
Main: warnings
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@63147 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/include/AutoCaller.h')
-rw-r--r--src/VBox/Main/include/AutoCaller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Main/include/AutoCaller.h b/src/VBox/Main/include/AutoCaller.h
index 4ae6912a069..f5044e9e362 100644
--- a/src/VBox/Main/include/AutoCaller.h
+++ b/src/VBox/Main/include/AutoCaller.h
@@ -246,6 +246,8 @@ public:
AutoCaller::init(aObj, true);
}
+private:
+ DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(AutoLimitedCaller); /* Shuts up MSC warning C4625. */
};
/**