summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h')
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h b/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
index 8eb7102..da89147 100644
--- a/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
@@ -81,8 +81,8 @@ protected:
private:
// Operators hidden on purpose
- PrmLMetadata( const PrmLMetadata& ) {};
- PrmLMetadata& operator=( const PrmLMetadata& ) { return *this; };
+ PrmLMetadata( const PrmLMetadata& );
+ PrmLMetadata& operator=( const PrmLMetadata& );
};
}