summaryrefslogtreecommitdiff
path: root/boost/compute/user_event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/user_event.hpp')
-rw-r--r--boost/compute/user_event.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/compute/user_event.hpp b/boost/compute/user_event.hpp
index a3fdba033e..6981b9c7f8 100644
--- a/boost/compute/user_event.hpp
+++ b/boost/compute/user_event.hpp
@@ -17,7 +17,7 @@
namespace boost {
namespace compute {
-#if defined(CL_VERSION_1_1) || defined(BOOST_COMPUTE_DOXYGEN_INVOKED)
+#if defined(BOOST_COMPUTE_CL_VERSION_1_1) || defined(BOOST_COMPUTE_DOXYGEN_INVOKED)
/// \class user_event
/// \brief An user-created event.
///
@@ -80,7 +80,7 @@ public:
}
}
};
-#endif // CL_VERSION_1_1
+#endif // BOOST_COMPUTE_CL_VERSION_1_1
} // end compute namespace
} // end boost namespace