~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/xml/XMLTagHandler.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef __AUDACITY_XML_TAG_HANDLER__
19
19
#define __AUDACITY_XML_TAG_HANDLER__
20
20
 
 
21
#include "../Audacity.h"
21
22
#include <wx/string.h>
22
23
#include <stdio.h>
23
24
 
45
46
};
46
47
 
47
48
 
48
 
class XMLTagHandler {
 
49
class AUDACITY_DLL_API XMLTagHandler {
49
50
 public:
50
51
   XMLTagHandler(){};
51
52
   virtual ~XMLTagHandler(){};