Skip to content

Commit 4e6aabc

Browse files
no need to use enum in return type
1 parent d6bcd74 commit 4e6aabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/include/dppl_sycl_queue_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool DPPLQueue_AreEq (__dppl_keep const DPPLSyclQueueRef QRef1,
6262
* @return A enum DPPLSyclBEType corresponding to the backed for the queue.
6363
*/
6464
DPPL_API
65-
enum DPPLSyclBEType DPPLQueue_GetBackend (__dppl_keep DPPLSyclQueueRef QRef);
65+
DPPLSyclBEType DPPLQueue_GetBackend (__dppl_keep DPPLSyclQueueRef QRef);
6666

6767
/*!
6868
* @brief Returns the Sycl context for the queue.

0 commit comments

Comments
 (0)