Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Remove compilation-breaking line, according to Github comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 6, 2019
1 parent 8e83f3c commit 6e95c5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wrapper/id3.cpp
Expand Up @@ -221,7 +221,9 @@ void exposeID3()
.DEF_SIMPLE_METHOD(removeFrames)

#if (TAGPY_TAGLIB_HEX_VERSION >= 0x10800)
.DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)() const)
// Commented out following comment at:
// https://github.com/inducer/tagpy/commit/fb6d9a95f8ed1b0f347a82569a13e60a75c7e6d6
// .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)() const)
.DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
#else
.def("render", (ByteVector (cl::*)() const) &cl::render)
Expand Down

0 comments on commit 6e95c5e

Please sign in to comment.