Skip to content

Commit

Permalink
Override both Storage::Save() methods in TransientStorage for complet…
Browse files Browse the repository at this point in the history
…eness (quiets icc warning.)
  • Loading branch information
daniel-kristjansson committed May 24, 2012
1 parent 2afae60 commit 98affd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythbase/mythstorage.h
Expand Up @@ -100,6 +100,7 @@ class MBASE_PUBLIC TransientStorage : public Storage

virtual void Load(void) { }
virtual void Save(void) { }
virtual void Save(QString /*destination*/) { }
};

class MBASE_PUBLIC HostDBStorage : public SimpleDBStorage
Expand Down

0 comments on commit 98affd3

Please sign in to comment.