Skip to content

Commit

Permalink
forgot a file
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Oct 26, 2018
1 parent 0ebaa7a commit 94ac989
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions matchers/matcher_fwd.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
Copyright 2018 Adobe
All Rights Reserved.
NOTICE: Adobe permits you to use, modify, and distribute this file in
accordance with the terms of the Adobe license agreement accompanying
it. If you have received this file from a source other than Adobe,
then your use, modification, or distribution of it requires the prior
written permission of Adobe.
*/

#pragma once

/**************************************************************************************************/

namespace hyde {

/**************************************************************************************************/

enum ToolAccessFilter {
ToolAccessFilterPublic,
ToolAccessFilterProtected,
ToolAccessFilterPrivate
};

/**************************************************************************************************/

} // namespace hyde

/**************************************************************************************************/

0 comments on commit 94ac989

Please sign in to comment.