summaryrefslogtreecommitdiff
path: root/daemons/gptp/common/avbts_osthread.hpp
diff options
context:
space:
mode:
authorRich Roussel <rroussel@artandlogic.com>2018-01-08 07:54:07 -0800
committerRich Roussel <rroussel@artandlogic.com>2018-01-08 07:54:07 -0800
commita5d7f944368e29c6ca4350b5b005fc2cfedc722c (patch)
tree0733defd62ab4431327d1daca48c93fcd886e82c /daemons/gptp/common/avbts_osthread.hpp
parent089caa10510ee833e41d5e7183333b4aeb3a7b7e (diff)
parent5d2c90034a3eec9c8ea97bcc7d5f86438c86e29d (diff)
downloadOpen-AVB-a5d7f944368e29c6ca4350b5b005fc2cfedc722c.tar.gz
Merge branch 'ArtAndLogic-aPTP-changes' of ../../gitlab/ApplePi into ArtAndLogic-aPTP-changesfeature-aptp-experimental
Diffstat (limited to 'daemons/gptp/common/avbts_osthread.hpp')
-rw-r--r--daemons/gptp/common/avbts_osthread.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/gptp/common/avbts_osthread.hpp b/daemons/gptp/common/avbts_osthread.hpp
index e1fa7797..ba0c2a8b 100644
--- a/daemons/gptp/common/avbts_osthread.hpp
+++ b/daemons/gptp/common/avbts_osthread.hpp
@@ -87,7 +87,7 @@ public:
virtual OSThread * createThread() const = 0;
#ifdef RPI
- virtual std::shared_ptr<OSThread> create() = 0;
+ virtual std::shared_ptr<OSThread> create() const = 0;
#endif
/**