mirror of https://github.com/odrling/Aegisub
Silence a bunch of gcc 'newline' warnings.
Originally committed to SVN as r2896.
This commit is contained in:
parent
b00e485149
commit
2090994256
|
@ -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 New Issue