Silence a bunch of gcc 'newline' warnings.
Originally committed to SVN as r2896.
This commit is contained in:
parent
c2267bedcc
commit
de2ec45cea
4 changed files with 8 additions and 4 deletions
|
@ -60,4 +60,5 @@ public:
|
|||
wxString GetFilename() { return source->GetFilename(); }
|
||||
};
|
||||
|
||||
AudioProvider *CreateConvertAudioProvider(AudioProvider *source_provider);
|
||||
AudioProvider *CreateConvertAudioProvider(AudioProvider *source_provider);
|
||||
|
||||
|
|
|
@ -46,4 +46,5 @@ public:
|
|||
|
||||
void GetAudio(void *buf, int64_t start, int64_t count);
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -70,4 +70,5 @@ public:
|
|||
AudioProvider *CreateProvider(Aegisub::String file) { return new FFmpegSourceAudioProvider(file); }
|
||||
};
|
||||
|
||||
#endif /* WITH_FFMPEGSOURCE */
|
||||
#endif /* WITH_FFMPEGSOURCE */
|
||||
|
||||
|
|
|
@ -78,4 +78,5 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#endif /* WITH_FFMPEGSOURCE */
|
||||
#endif /* WITH_FFMPEGSOURCE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue