Skip to content

Commit

Permalink
Missing exports.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
  • Loading branch information
Michael Wetherell committed Oct 27, 2006
1 parent 96202ea commit 46b15bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/wx/tarstrm.h
Expand Up @@ -43,7 +43,7 @@ enum wxTarFormat
/////////////////////////////////////////////////////////////////////////////
// wxTarNotifier

class wxTarNotifier
class WXDLLIMPEXP_BASE wxTarNotifier
{
public:
virtual ~wxTarNotifier() { }
Expand All @@ -55,7 +55,7 @@ class wxTarNotifier
/////////////////////////////////////////////////////////////////////////////
// Tar Entry - hold the meta data for a file in the tar

class wxTarEntry : public wxArchiveEntry
class WXDLLIMPEXP_BASE wxTarEntry : public wxArchiveEntry
{
public:
wxTarEntry(const wxString& name = wxEmptyString,
Expand Down Expand Up @@ -148,7 +148,7 @@ class wxTarEntry : public wxArchiveEntry
/////////////////////////////////////////////////////////////////////////////
// wxTarInputStream

class wxTarInputStream : public wxArchiveInputStream
class WXDLLIMPEXP_BASE wxTarInputStream : public wxArchiveInputStream
{
public:
typedef wxTarEntry entry_type;
Expand Down Expand Up @@ -203,7 +203,7 @@ class wxTarInputStream : public wxArchiveInputStream
/////////////////////////////////////////////////////////////////////////////
// wxTarOutputStream

class wxTarOutputStream : public wxArchiveOutputStream
class WXDLLIMPEXP_BASE wxTarOutputStream : public wxArchiveOutputStream
{
public:
wxTarOutputStream(wxOutputStream& stream,
Expand Down Expand Up @@ -295,7 +295,7 @@ typedef wxArchiveIterator<wxTarInputStream,
/////////////////////////////////////////////////////////////////////////////
// wxTarClassFactory

class wxTarClassFactory : public wxArchiveClassFactory
class WXDLLIMPEXP_BASE wxTarClassFactory : public wxArchiveClassFactory
{
public:
typedef wxTarEntry entry_type;
Expand Down

0 comments on commit 46b15bd

Please sign in to comment.