mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Remove constexpr keyword from HWDeviceId::getFileDescriptor method
Change-Id: I9426c211edfbbca48e0b6c55886f79269e60232f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@ class HwDeviceId : NonCopyableClass {
|
||||
public:
|
||||
HwDeviceId(int fileDescriptorIn) : fileDescriptor(fileDescriptorIn) {}
|
||||
~HwDeviceId();
|
||||
constexpr int getFileDescriptor() const { return fileDescriptor; }
|
||||
int getFileDescriptor() const { return fileDescriptor; }
|
||||
|
||||
protected:
|
||||
const int fileDescriptor;
|
||||
|
||||
Reference in New Issue
Block a user