gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10640: IOException is thrown across


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10640: IOException is thrown across DSOs so it must be exported, or it won't be
Date: Sat, 28 Feb 2009 14:58:15 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10640
committer: Bastiaan Jacques <address@hidden>
branch nick: gst
timestamp: Sat 2009-02-28 14:58:15 +0100
message:
  IOException is thrown across DSOs so it must be exported, or it won't be
  caught. See http://gcc.gnu.org/wiki/Visibility .
modified:
  libbase/IOChannel.h
=== modified file 'libbase/IOChannel.h'
--- a/libbase/IOChannel.h       2009-02-10 11:33:38 +0000
+++ b/libbase/IOChannel.h       2009-02-28 13:58:15 +0000
@@ -29,7 +29,7 @@
 namespace gnash {
 
 /// Exception signalling an IO error
-class IOException : public GnashException {
+class DSOEXPORT IOException : public GnashException {
 public:
        IOException(const std::string& s) : GnashException(s) {}
        IOException() : GnashException("IO error") {}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]