summaryrefslogtreecommitdiffstats
path: root/db/mork/src/morkCell.cpp
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-11 01:49:50 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-11 01:49:50 -0500
commita081e71becb76a90ba6bd82ceb27ce2e0274ea36 (patch)
tree8ab2a38c09255adbf81d155c3acfe58b6211f38c /db/mork/src/morkCell.cpp
parent64f423eb409bbd77e0c9e59e5cfefdfedb472adc (diff)
downloadUXP-a081e71becb76a90ba6bd82ceb27ce2e0274ea36.tar
UXP-a081e71becb76a90ba6bd82ceb27ce2e0274ea36.tar.gz
UXP-a081e71becb76a90ba6bd82ceb27ce2e0274ea36.tar.lz
UXP-a081e71becb76a90ba6bd82ceb27ce2e0274ea36.tar.xz
UXP-a081e71becb76a90ba6bd82ceb27ce2e0274ea36.zip
Bug 1568095 - Make morkAtom::GetYarn() static.
Tag #1273
Diffstat (limited to 'db/mork/src/morkCell.cpp')
-rw-r--r--db/mork/src/morkCell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkCell.cpp b/db/mork/src/morkCell.cpp
index c5844dd1a..80f9e04d0 100644
--- a/db/mork/src/morkCell.cpp
+++ b/db/mork/src/morkCell.cpp
@@ -45,7 +45,7 @@ void
morkCell::GetYarn(morkEnv* ev, mdbYarn* outYarn) const
{
MORK_USED_1(ev);
- mCell_Atom->GetYarn(outYarn);
+ morkAtom::GetYarn(mCell_Atom, outYarn);
}
void