mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-27 06:35:16 +00:00
Merge branch 'build-fixes' of https://github.com/agateau/aseprite into agateau-build-fixes
This commit is contained in:
commit
35e951ec70
@ -36,12 +36,12 @@ namespace doc {
|
||||
}
|
||||
|
||||
void onAddDocument(Document* doc) override {
|
||||
notifyActiveDocumentChanged(m_activeDoc = doc);
|
||||
this->notifyActiveDocumentChanged(m_activeDoc = doc);
|
||||
}
|
||||
|
||||
void onRemoveDocument(Document* doc) override {
|
||||
if (m_activeDoc == doc)
|
||||
notifyActiveDocumentChanged(m_activeDoc = nullptr);
|
||||
this->notifyActiveDocumentChanged(m_activeDoc = nullptr);
|
||||
}
|
||||
|
||||
private:
|
||||
|
@ -12,3 +12,4 @@ elseif(APPLE)
|
||||
endif()
|
||||
|
||||
add_library(updater-lib ${UPDATER_LIB_SOURCES})
|
||||
target_link_libraries(updater-lib net-lib)
|
||||
|
Loading…
x
Reference in New Issue
Block a user