summaryrefslogtreecommitdiffstats
path: root/db/mork/public/mdb.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-11 02:13:13 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-11 02:13:13 -0500
commitd59e35c94cd30fc3063d2d3c2e386500ff935abe (patch)
tree4b2e9587fd94980b9a14a6c2074b4e347653bf27 /db/mork/public/mdb.h
parent3260f2045481749e21a5b0688e6187fbf833f3e3 (diff)
downloadUXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar
UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar.gz
UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar.lz
UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar.xz
UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.zip
Bug 1584473 - Follow-up: Remove leftover references to nsIMdbRowCellCursor::MakeCell() in comments.
Tag #1273
Diffstat (limited to 'db/mork/public/mdb.h')
-rw-r--r--db/mork/public/mdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/public/mdb.h b/db/mork/public/mdb.h
index 54d5ac637..cd2b61293 100644
--- a/db/mork/public/mdb.h
+++ b/db/mork/public/mdb.h
@@ -2306,7 +2306,7 @@ public:
// } ----- end attribute methods -----
// { ----- begin cell seeking methods -----
- NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell()
+ NS_IMETHOD SeekCell(
nsIMdbEnv* ev, // context
mdb_pos inPos, // position of cell in row sequence
mdb_column* outColumn, // column for this particular cell