mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
handleError member function must be declared const.
Otherwise it causes a compilation failure when called from const functions.
This commit is contained in:
@@ -236,7 +236,7 @@ protected:
|
||||
void removeSampleRateAlert( Stk *ptr );
|
||||
|
||||
//! Internal function for error reporting that assumes message in \c oStream_ variable.
|
||||
void handleError( StkError::Type type );
|
||||
void handleError( StkError::Type type ) const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user