~neon/libktorrent/master

« back to all changes in this revision

Viewing changes to src/interfaces/monitorinterface.h

  • Committer: Yuri Chornoivan
  • Date: 2018-08-14 11:09:48 UTC
  • Revision ID: git-v1:9d6729ea0dc4f3e935d16a0da41184df08c51c59
Fix minor EBN issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                /**
86
86
                 * Preview status of a file has changed.
87
87
                 * @param file The file
88
 
                 * @param preview Wether or not it is available
 
88
                 * @param preview Whether or not it is available
89
89
                 */
90
90
                virtual void filePreviewChanged(TorrentFileInterface* file,bool preview) = 0;
91
91
        };