summaryrefslogtreecommitdiff
path: root/src/util/resource_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/resource_manager.h')
-rw-r--r--src/util/resource_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/resource_manager.h b/src/util/resource_manager.h
index d9c30bc7f..a8a7edb75 100644
--- a/src/util/resource_manager.h
+++ b/src/util/resource_manager.h
@@ -35,7 +35,7 @@ class StatisticsRegistry;
/**
* This class implements a easy to use wall clock timer based on std::chrono.
*/
-class CVC4_PUBLIC WallClockTimer
+class WallClockTimer
{
/**
* The underlying clock that is used.
@@ -71,7 +71,7 @@ class CVC4_PUBLIC WallClockTimer
* time limits. The available resources are listed in ResourceManager::Resource
* and their individual costs are configured via command line options.
*/
-class CVC4_PUBLIC ResourceManager
+class ResourceManager
{
public:
/** Types of resources. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback