Skip to content

Commit

Permalink
odb: fix clang-tidy in dbScanPin
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Garay <[email protected]>
  • Loading branch information
fgaray committed Dec 9, 2023
1 parent a75d2c2 commit 25afef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions src/odb/src/db/dbScanPin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
#include "dbTable.h"
#include "dbTable.hpp"

// User Code Begin Includes
namespace {
template <class>
inline constexpr bool always_false_v = false;
} // namespace
// User Code End Includes
namespace odb {
template class dbTable<_dbScanPin>;

Expand Down
6 changes: 0 additions & 6 deletions src/odb/src/db/dbScanPin.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ class dbIStream;
class dbOStream;
class dbDiff;
class _dbDatabase;
// User Code Begin Classes
namespace {
template <class>
inline constexpr bool always_false_v = false;
} // namespace
// User Code End Classes

class _dbScanPin : public _dbObject
{
Expand Down

0 comments on commit 25afef9

Please sign in to comment.