summaryrefslogtreecommitdiffstats
path: root/multimedia/bombono-dvd/patches/fix_throw_specifications.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-05-03 10:26:34 +0200
committer Matteo Bernardini2020-05-03 10:26:34 +0200
commit48259ed40770acaca280ee12a8434410f58aff30 (patch)
treef1ed654e2693aa523ece7d3bb3cadf0fe9089d66 /multimedia/bombono-dvd/patches/fix_throw_specifications.patch
parenta5a09aea950fef7569ac816b34a99b71830760d4 (diff)
downloadslackbuilds-7e8307e8198347fd94d48a537fd282da224df075.tar.gz
20200503.1 global branch merge.current-20200503.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/bombono-dvd/patches/fix_throw_specifications.patch')
-rw-r--r--multimedia/bombono-dvd/patches/fix_throw_specifications.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/bombono-dvd/patches/fix_throw_specifications.patch b/multimedia/bombono-dvd/patches/fix_throw_specifications.patch
new file mode 100644
index 0000000000..f2f4c40d4f
--- /dev/null
+++ b/multimedia/bombono-dvd/patches/fix_throw_specifications.patch
@@ -0,0 +1,24 @@
+diff -ruN old/src/mbase/project/table.h new/src/mbase/project/table.h
+--- old/src/mbase/project/table.h 2017-06-01 13:54:44.086895687 +0430
++++ new/src/mbase/project/table.h 2017-06-01 13:55:58.089107253 +0430
+@@ -128,7 +128,7 @@
+ void ClearSettings();
+
+ void Load(const std::string& fname,
+- const std::string& cur_dir = std::string()) throw (std::exception);
++ const std::string& cur_dir = std::string());
+ bool Save();
+
+ bool SaveAs(const std::string& fname,
+diff -ruN old/src/mbase/project/srl-db.cpp new/src/mbase/project/srl-db.cpp
+--- old/src/mbase/project/srl-db.cpp 2017-06-01 14:25:09.495468141 +0430
++++ new/src/mbase/project/srl-db.cpp 2017-06-01 14:41:49.699901753 +0430
+@@ -102,7 +102,7 @@
+ }
+
+ void ADatabase::Load(const std::string& fname,
+- const std::string& cur_dir) throw (std::exception)
++ const std::string& cur_dir)
+ {
+ try
+ {