Skip to content

Commit 055bda9

Browse files
Corrected the appstream file.
1 parent 76bdd94 commit 055bda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<li> TextCells with copy-alt-text caused an crash </li>
6767
<li> A few additional small bugfixes </li>
6868
<li> Many (really many!) big stability improvements </li>
69-
<li> in sqrt(conjugate(f(x))) the horizontal lines coincided </li>
69+
<li> In sqrt(conjugate(f(x))) the horizontal lines coincided </li>
7070
<li> Strings were searched for comment starts when adding line endings </li>
7171
<li> Faster start-up by avoiding unneeded redraw events </li>
7272
<li> A big number of performance improvements </li>

src/CellPtr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class CellPtr
168168

169169
template <typename U,
170170
typename std::enable_if<std::is_convertible<typename std::add_pointer<U>::type, pointer>::value, bool>::type = true>
171-
CellPtr(const CellPtr<U> &o) : m_cb(o.m_cb->Ref()) {}
171+
CellPtr(const CxellPtr<U> &o) : m_cb(o.m_cb->Ref()) {}
172172

173173
template <typename U,
174174
typename std::enable_if<std::is_convertible<typename std::add_pointer<U>::type, pointer>::value, bool>::type = true>

0 commit comments

Comments
 (0)