Skip to content

Commit 7b65f42

Browse files
committed
minor code cleanup
1 parent be8b8c6 commit 7b65f42

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/CaptureTarget.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <ostream>
3+
34
namespace chk
45
{
56
/**

src/CircularBuffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Created by Davis on 11/4/2023.
2+
// Created by Davis on 2023/11/04
33
//
44

55
#pragma once

src/ServerLocation.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#pragma once
21
// Created by Davis on 2024-08-04
2+
3+
#pragma once
34
#include <string>
45
namespace chk
56
{

src/utils/ResourcePath.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#ifdef __APPLE__
33
#include "ResourcePath.hpp"
44
#import <Foundation/Foundation.h>
5+
56
std::string chk::getResourcePath(const std::string &relativePath)
67
{
78
NSBundle *mainBundle = [NSBundle mainBundle];

0 commit comments

Comments
 (0)