clang-tidy was zealous on macOS.
This commit is contained in:
1
Buffer.h
1
Buffer.h
@@ -5,6 +5,7 @@
|
||||
#define KTE_BUFFER_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <string_view>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
#ifndef KTE_UNDONODE_H
|
||||
#define KTE_UNDONODE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
|
||||
enum class UndoType : uint8_t {
|
||||
enum class UndoType : std::uint8_t {
|
||||
Insert,
|
||||
Delete,
|
||||
Paste,
|
||||
|
||||
Reference in New Issue
Block a user