summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xframework/source/inc/accelerators/acceleratorcache.hxx2
-rwxr-xr-xframework/source/inc/accelerators/storageholder.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index 197c578c64..5fa2a007c2 100755
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -128,7 +128,7 @@ class AcceleratorCache : public ThreadHelpBase // attention! Must be the first b
//---------------------------------------
/** TODO document me */
- virtual AcceleratorCache& operator=(const AcceleratorCache& rCopy);
+ AcceleratorCache& operator=(const AcceleratorCache& rCopy);
//---------------------------------------
/** @short checks if the specified key exists.
diff --git a/framework/source/inc/accelerators/storageholder.hxx b/framework/source/inc/accelerators/storageholder.hxx
index 04c1bb7651..aeec16a430 100755
--- a/framework/source/inc/accelerators/storageholder.hxx
+++ b/framework/source/inc/accelerators/storageholder.hxx
@@ -200,7 +200,7 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
//---------------------------------------
/** @short TODO
*/
- virtual void operator=(const StorageHolder& rCopy);
+ void operator=(const StorageHolder& rCopy);
//---------------------------------------
/** @short opens a sub element of the specified base storage.