~ubuntu-branches/ubuntu/maverick/notecase/maverick

« back to all changes in this revision

Viewing changes to src/lib/FormatIOGjots2.h

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Van Wambeke
  • Date: 2008-05-29 20:20:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080529202017-kp2a07u83prpz0id
Tags: 1.9.1-0ubuntu1
New Upstream Release (LP: #230041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
{
16
16
public:
17
17
        FormatIO_Gjots2();
18
 
        ~FormatIO_Gjots2();
 
18
        virtual ~FormatIO_Gjots2();
19
19
 
20
20
        virtual int Load(const char *szFile, NoteDocument &doc);
21
21
        virtual int Save(const char *szFile, NoteDocument &doc);