Files
libopenshot/include
FeRD (Frank Dana) 80765147b9 Exceptions.h: fixes for noexcept, unused vars, std::
Some fixes for `-Wall`-readiness:
* Removed `using namespace std;` from the header and
  added `std::` prefixes where needed (`std::string`)
* Replaced `throw ()` in declarations with `noexcept`,
  as `throw ()` is [deprecated in c++11][1]
* Several exception classes had a `file_path` member
  variable, despite never using it. Removed the
  unused class member.

[1]:<https://en.cppreference.com/w/cpp/language/noexcept_spec>
2019-07-03 13:12:02 -04:00
..
2019-06-11 06:48:32 -04:00
2019-06-11 06:48:32 -04:00
2019-06-11 06:48:32 -04:00
2019-06-11 06:48:32 -04:00
2019-06-11 06:48:32 -04:00