mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Compiler fix for 201110.
This commit is contained in:
parent
4667ca962b
commit
957393c435
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ namespace ActionManager {
|
||||||
class LIBGTKMM2EXT_API MissingActionException : public std::exception {
|
class LIBGTKMM2EXT_API MissingActionException : public std::exception {
|
||||||
public:
|
public:
|
||||||
MissingActionException (std::string const & str);
|
MissingActionException (std::string const & str);
|
||||||
|
~MissingActionException() throw() {}
|
||||||
const char *what() const throw();
|
const char *what() const throw();
|
||||||
private:
|
private:
|
||||||
std::string missing_action_name;
|
std::string missing_action_name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue