File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ namespace WECore::JUCEPlugin {
71
71
/* *
72
72
* Calls writeToXml and stores the XML in the given memory block.
73
73
*/
74
- inline void getStateInformation (juce::MemoryBlock& destData) override ;
74
+ inline virtual void getStateInformation (juce::MemoryBlock& destData) override ;
75
75
76
76
/* *
77
77
* Collects the registered parameter values and writes them to XML.
@@ -87,7 +87,7 @@ namespace WECore::JUCEPlugin {
87
87
/* *
88
88
* Reads the given memory into an XmlElement and calls restoreFromXml.
89
89
*/
90
- inline void setStateInformation (const void * data, int sizeInBytes) override ;
90
+ inline virtual void setStateInformation (const void * data, int sizeInBytes) override ;
91
91
92
92
/* *
93
93
* Restores parameter values from previously written XML.
You can’t perform that action at this time.
0 commit comments