mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 01:11:09 +03:00
Fixed Selection being defined as a struct and class
This commit is contained in:
parent
699d066ebd
commit
29342836a6
@ -85,7 +85,7 @@ else
|
|||||||
LDFLAGS += -rdynamic
|
LDFLAGS += -rdynamic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CXXFLAGS += -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option
|
CXXFLAGS += -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address
|
||||||
|
|
||||||
all : kak
|
all : kak
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
namespace Kakoune
|
namespace Kakoune
|
||||||
{
|
{
|
||||||
|
|
||||||
class Selection;
|
struct Selection;
|
||||||
class Buffer;
|
class Buffer;
|
||||||
class Regex;
|
class Regex;
|
||||||
class Context;
|
class Context;
|
||||||
|
Loading…
Reference in New Issue
Block a user