This commit is contained in:
Kovid Goyal 2010-11-16 10:09:09 -07:00
parent e5c8638af6
commit cce8c46a80

View File

@ -620,6 +620,7 @@ static string get_link_dest(LinkAction *link, PDFDoc *doc) {
case actionSound: break;
case actionJavaScript: break;
case actionUnknown: break;
default: break;
}
return oss.str();
}