summaryrefslogtreecommitdiff
path: root/include/d/col
diff options
context:
space:
mode:
authorElijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>2025-05-25 15:51:35 -0400
committerGitHub <noreply@github.com>2025-05-25 15:51:35 -0400
commitfd7d30d32283d03a412e8c401d04418351cf686a (patch)
treee88bed25f474f06552cd7a7ea7067a0beead4414 /include/d/col
parent018ef1971cd53aa8e78154789bcf6cac2f19b603 (diff)
d_linkage is largely done (#176)
Diffstat (limited to 'include/d/col')
-rw-r--r--include/d/col/bg/d_bg_s_acch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/col/bg/d_bg_s_acch.h b/include/d/col/bg/d_bg_s_acch.h
index c21a4bd3..6682fac3 100644
--- a/include/d/col/bg/d_bg_s_acch.h
+++ b/include/d/col/bg/d_bg_s_acch.h
@@ -292,7 +292,7 @@ public:
bool ChkLineCheckNone() {
return mFlags & LINE_CHECK_NONE;
}
- bool ChkLineCheck() {
+ bool ChkLineCheck() const {
return mFlags & LINE_CHECK;
}
bool Chk_0x4000000() const {