Skip to content

Commit

Permalink
Merge pull request #310 from odin-detector/fix-include-guard
Browse files Browse the repository at this point in the history
Fix include guard in DataBlockFrame.h
  • Loading branch information
GDYendell authored Jun 8, 2023
2 parents 4ab601c + 2ffdde6 commit 3d48d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/frameProcessor/include/DataBlockFrame.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef FRAMEPROCSESOR_DATABLOCKFRAME_H
#ifndef FRAMEPROCESSOR_DATABLOCKFRAME_H
#define FRAMEPROCESSOR_DATABLOCKFRAME_H

#include "Frame.h"
Expand Down Expand Up @@ -44,4 +44,4 @@ class DataBlockFrame : public Frame {

}

#endif
#endif // FRAMEPROCESSOR_DATABLOCKFRAME_H

0 comments on commit 3d48d91

Please sign in to comment.