Skip to content

Commit 7ae6e93

Browse files
committed
fix conflicts
1 parent cf42449 commit 7ae6e93

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libs/openFrameworks/video/ofVideoBaseTypes.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,11 @@ class ofBaseVideoPlayer: virtual public ofBaseVideo{
230230
/// \param name The name of the video resource to load.
231231
/// \sa isLoaded()
232232
virtual void loadAsync(const of::filesystem::path & fileName);
233-
<<<<<<< HEAD
233+
234234
virtual bool loadAsync(std::string name) {
235235
loadAsync(of::filesystem::path(name));
236236
}
237-
=======
238-
239-
/// \brief Legacy approach for Asynchronously load a video resource by name.
240-
/// \param name The name of the video resource to load.
241-
virtual void loadAsync(std::string fileName);
242237

243-
>>>>>>> master
244238
/// \brief Play the video from the current playhead position.
245239
///
246240
/// \sa getPosition()

0 commit comments

Comments
 (0)