mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
This new port tracks the NotepadNext development branch. The development branch includes new features such as peristent bookmarks (as is in notepad++).
11 lines
273 B
C++
11 lines
273 B
C++
--- src/NotepadNext/ScintillaNext.cpp.orig 2022-05-26 23:25:10 UTC
|
|
+++ src/NotepadNext/ScintillaNext.cpp
|
|
@@ -20,7 +20,7 @@
|
|
#include "ScintillaNext.h"
|
|
#include "ScintillaCommenter.h"
|
|
|
|
-#include "uchardet.h"
|
|
+#include <uchardet.h>
|
|
#include <cinttypes>
|
|
|
|
#include <QDir>
|