Browse Source

vlc_cxx_helpers.hpp: enable file with -DDOC

pull/162/head
Alexandre Janniaux 3 years ago
committed by Steve Lhomme
parent
commit
d1bb14557c
  1. 4
      include/vlc_cxx_helpers.hpp

4
include/vlc_cxx_helpers.hpp

@ -27,7 +27,7 @@
* C++ memory management helpers
******************************************************************************/
#ifdef __cplusplus
#if defined(__cplusplus) || defined(DOC)
#include <memory>
#include <utility>
@ -276,7 +276,7 @@ public:
::vlc::vlc_shared_data_ptr<type, decltype(&hold), decltype(&release), \
&hold, &release>
#ifdef VLC_THREADS_H_
#if defined(VLC_THREADS_H_) || defined(DOC)
namespace threads
{

Loading…
Cancel
Save